/* 首页样式文件 */
html,body{
    width: 100%;
    height: 100%;
    position: relative;
}
.first_page{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.first_page .banner_container{
    width: 100%;
    height: 100%;
}
.first_page .banner_box{
    width: 100%;
    height: 100%;
}
.first_page .banner_box .banner_item{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.first_page .bg1{
    width: 100%;
    height: 100%;
    display: block;
}
.first_page .bg2{
    width: 9.94rem;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 12;
}
.first_page .bg2a{
    width: 8.3rem;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 4.8rem;
    margin: auto;
    z-index: 14;
}
.first_page .bg2b{
    width: 5.84rem;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    z-index: 14;
}
.first_page .bg2c{
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 14;
}
.first_page .bg3{
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    z-index: 11;
}
.first_page .bg4{
    width: 6.3rem;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 10;
}
.first_page .bg4b{
    width: 11.92rem;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 10;
}
.first_page .bg4c{
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 10;
}
.first_page .bg5{
    width: 10.63rem;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 13;
}
.first_page .bg5a{
    width: 8.3rem;
    position: absolute;
    left: 0;
    right: 0;
    bottom: .3rem;
    margin: auto;
    z-index: 13;
}
.public-wrap{    
    width: 100%;
    position: relative;
}
.public-wrap .public-cover{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    margin: auto;
    width: 100%;
    height: 100%;
    max-width: 100%;
}
.public-wrap .inner-content{
    position: relative;
    z-index: 2;
    height: 100%;
}
.public-wrap .inner-content .level-box{
    padding: 0.66rem 0;
    text-align: center;
}
.public-wrap .inner-content .level-box .level-title{
    font-size: 0.24rem;
    line-height: 0.28rem;
    color: #fff;
    font-weight: bold;
    font-family: 'Microsoft YaHei';
    display: inline-block;
    position: relative;
    padding: 0 0.6rem;
}
.public-wrap .inner-content .level-box .level-title::after{
    content: '';
    position: absolute;
    left: 0;
    top: 0.13rem;
    width: 0.46rem;
    height: 0.02rem;
    background: #DDDDDD;
}
.public-wrap .inner-content .level-box .level-title::before{
    content: '';
    position: absolute;
    right: 0;
    top: 0.13rem;
    width: 0.46rem;
    height: 0.02rem;
    background: #DDDDDD;
}
.public-wrap .inner-content .c-text .level-title{
    color: #C30D23;
}
.public-wrap .inner-content .c-text .level-title::after{
    background: #C30D23;
}
.public-wrap .inner-content .c-text .level-title::before{
    background: #C30D23;
}

/* 新闻中心/NEWS */
.news-page{
    height: 8rem;
}
.news-page .inner-content .news-list{
    position: absolute;
    left: 0;
    bottom: 0.52rem;
    z-index: 2;
}
.news-page .inner-content .news-list ul li{
    float: left;
    width: 5.8rem;
    height: 1rem;
    background: #fff;
    border-radius: 0.5rem;
    padding: 0 0.22rem 0 0.48rem;
    margin-bottom: 0.3rem;
}
.news-page .inner-content .news-list ul li .time{
    font-size: 0.18rem;
    line-height: 0.3rem;
    color: #4C4C4C;
    font-family: 'Microsoft YaHei';
    font-weight: bold;
}
.news-page .inner-content .news-list ul li .name{
    font-size: 0.16rem;
    line-height: 0.22rem;
    color: #282828;
    font-weight: 400;
    font-family: 'Microsoft YaHei';
}
.news-page .inner-content .news-list ul li .desc{
    display: block;
    display: -webkit-box;
    height: 0.32rem;
    font-size: 0.12rem;
    line-height: 0.16rem;
    color: #4B4B4B;
    font-weight: 300;
    font-family: 'Microsoft YaHei';
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    word-break: break-all;
}
.news-page .inner-content .news-list ul li:nth-child(2n-1){
    margin-right: 0.4rem;
}
.news-page .inner-content .news-list ul li:hover{
    box-shadow: 0 0 0.08rem rgba(0,0,0,0.2);
    transition: all .3s ease-in-out;
}

/* 教育信息化/Education Informatization */
.education-page{
    height: 8rem;
}
.education-page .inner-content .text-img{
    margin: 0.6rem 0 0;
    height: 0.54rem;
    text-align: center;
}
.education-page .inner-content .text-img img{
    height: 100%;
}
.education-page .inner-content .move-box{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 11.23rem;
    height: 4.33rem;
}
.education-page .inner-content .move-box .move-cover{
    position: relative;
    width: 100%;
    height: 100%;
}
.education-page .inner-content .move-box .move-pic1{
    position: absolute;
    top: 1.36rem;
    left: 0.7rem;
    width: 2.8rem;
    height: 2.09rem;
    opacity: 0;
}
.education-page .inner-content .move-pic2{
    position: absolute;
    top: -0.28rem;
    right: 0.48rem;
    width: 2.22rem;
    height: 3.19rem;
    opacity: 0;
}
.activeMovePic1{
    animation: movePic1 1.8s ease-in-out;
    opacity: 1!important;
}
.activeMovePic2{
    animation: movePic2 1.8s ease-in-out;
    opacity: 1!important;
}
@keyframes movePic1 {
    from{
        top: 0;
        opacity: 0;
    }
    to{
        top: 1.36rem;
        opacity: 1;
    }
}
@keyframes movePic2 {
    from{
        top: -1rem;
        opacity: 0;
    }
    to{
        top: -0.28rem;
        opacity: 1;
    }
}

/* 学前教育/Preschool Education */
.preSchool-page{
    height: 8rem;
    overflow: hidden;
    /* background: url('../images/news-bg.png') no-repeat center top;
    background-size: cover;
    background-attachment: fixed; */
}
.preSchool-page .inner-content .text-img{
    margin: 0.58rem 0 0;
    height: 0.95rem;
    text-align: center;
}
.preSchool-page .inner-content .text-img img{
    height: 100%;
}
.preSchool-page .inner-content .move-box{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}
.preSchool-page .inner-content .move-box .move-pic1{
    position: absolute;
    top: 0.86rem;
    left: 0.38rem;
    z-index: 2;
    width: 1.45rem;
    height: 1.45rem;
    opacity: 0;
    animation: preSchoolMovePic1 4s ease infinite;
}
.preSchool-page .inner-content .move-box .move-pic2{
    position: absolute;
    top: 2.52rem;
    right: -0.33rem;
    z-index: 2;
    width: 1.48rem;
    height: 1.48rem;
    animation: preSchoolMovePic2 5s ease infinite;
    opacity: 0;
}
.preSchool-page .inner-content .move-box .move-pic3{
    position: absolute;
    bottom: 1.46rem;
    left: 1.65rem;
    z-index: 2;
    width: 2.37rem;
    height: 2.37rem;
    animation: preSchoolMovePic3 8s ease infinite;
}
.preSchool-page .inner-content .move-box .move-pic4{
    position: absolute;
    bottom: 0.3rem;
    right: 1rem;
    z-index: 2;
    width: 4.18rem;
    height: 4.18rem;
    animation: preSchoolMovePic4 6s ease infinite;
}
.preSchool-page .inner-content .move-box .move-pic5{
    position: absolute;
    bottom: 0;
    left: 2rem;
    width: 0.7rem;
    height: 0.7rem;
    z-index: 1;
    opacity: 0;
    animation: preSchoolMovePic2 6s ease infinite;
}
.preSchool-page .inner-content .move-box .move-pic6{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 1.1rem;
    height: 1.1rem;
    z-index: 1;
    opacity: 0;
    animation: preSchoolMovePic2 10s ease infinite;
}
.preSchool-page .inner-content .move-box .move-pic7{
    position: absolute;
    bottom: 0;
    right: 1.3rem;
    width: 0.9rem;
    height: 0.9rem;
    z-index: 1;
    opacity: 0;
    animation: preSchoolMovePic2 8s ease infinite;
}
@keyframes preSchoolMovePic1 {
    0%{
        top: 8rem;
        opacity: 1;
    }
    100%{
        top: 0.86rem;
        opacity: 0;
    }
}
@keyframes preSchoolMovePic2 {
    0%{
        top: 10rem;
        opacity: 1;
        transform: rotate(0deg);
    }
    100%{
        top: 1.52rem;
        opacity: 0;
        transform: rotate(270deg);
    }
}
@keyframes preSchoolMovePic3 {
    0%{
        left: 1.65rem;
    }
    50%{
        left: 1.85rem;
    }
    100%{
        left: 1.65rem;
    }
}
@keyframes preSchoolMovePic4 {
    0%{
        right: 1rem;
    }
    50%{
        right: 1.2rem;
    }
    100%{
        right: 1rem;
    }
}

/* 关于颂大/ABOUT SUNDATA */
.about-sundata{
    height: 8rem;
}
.about-sundata .inner-content .sundata-pic{
    width: 100%;
    height: 5.9rem;
}
.about-sundata .inner-content .sundata-pic .swiper-container{
    width: 100%;
    height: 100%;
}
.about-sundata .swiper-slide {
    text-align: center;
    font-size: 0.18rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    flex-direction: column;
    transition: 300ms;
    transform: scale(0.7);
}
.about-sundata .swiper-slide .about-img{
    padding: 0.02rem;
    background: #fff;
    position: relative;
}
.about-sundata .swiper-slide .about-img img{
    height: 100%;
}
.about-sundata .swiper-slide .about-img::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
}
.about-sundata .swiper-slide-active, .swiper-slide-duplicate-active{
    transform: scale(1);
    z-index: 100;
}
.about-sundata .swiper-slide-active .about-img{  
    width: 5.2rem;
    height: 5.2rem;
    padding: 0.1rem;
    background: #fff;
    position: relative;
}
.about-sundata .swiper-slide-active .about-img img{
    height: 100%;
}
.about-sundata .swiper-slide-active .about-img::after{
    background: none;
}

.about-sundata .swiper-slide p.text{
    width: 100%;
    height: 0.7rem;
    font-size: 0.24rem;
    line-height: 0.7rem;
    color: #595757;
    opacity: 0;
}
.about-sundata .swiper-slide-active p.text{
    opacity: 1;
}


/* 合作伙伴/PARTNERS */
.partners-page{
    height: 8rem;
}
.partners-page .inner-content .partners-list{
    margin-top: 0.6rem;
    height: 2.5rem;
    overflow: hidden;
}
.partners-page .inner-content .partners-list ul{
    display: block;
}
.partners-page .inner-content .partners-list ul li{
    float: left;
    width: 2rem!important;
    height: 2.5rem;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 0.1rem;
    margin-right: 0.5rem;
}
.partners-page .inner-content .partners-list ul li .cover{
    width: 1.28rem;
    height: 1.28rem;
    border-radius: 50%;
    overflow: hidden;
    margin: 0.44rem auto 0.22rem;
}
.partners-page .inner-content .partners-list ul li .cover img{
    height: 100%;
    transition: all 1s ease;
}
.partners-page .inner-content .partners-list ul li p{
    font-size: 0.14rem;
    line-height: 0.18rem;
    color: #333333;
    font-weight: 400;
    font-family: 'Microsoft YaHei';
    text-align: center;
    padding: 0 0.1rem;
}
.bx-wrapper .bx-viewport{
    background: none!important;
}
.bx-wrapper .bx-loading{
    background: none!important;
}
.partners-page .inner-content .partners-list ul li:hover{    
    box-shadow: 0 0 0.08rem rgba(0,0,0,0.2);
}
.partners-page .inner-content .partners-list ul li:hover .cover img{
    transform: rotateY(180deg);
}
